home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts6-06
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help for C++ OW programming?
- Date: Sat, 09 Mar 96 19:13:13 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hsl8m$rsm@sam.inforamp.net>
- References: <96067.093353IO92118@MAINE.MAINE.EDU>
- NNTP-Posting-Host: ts6-06.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <96067.093353IO92118@MAINE.MAINE.EDU>,
- <IO92118@MAINE.MAINE.EDU> wrote:
- >Hi: Friends:
- >I find out several examples under bc45\examples\owl\examples\step01.cpp
- >There are many examples under above path.
- >I can't let the program run to generate window.complier always tell me
- >can't find OWL252.DLL file.
- >Could someone tell me what is the procedure to run this program?
- >The following is the program.
- >Thank you very much for your help.
-
- The problem is not the source code, but the setup of your compiler. I'm
- assuming you are using Borland C++ 4.52. You must make sure that OWL252.DLL
- is in your execution path. I'm assuming the file is at C:\BC45\BIN
- (\OWL252.DLL). Under DOS/Windows3.1, you have to make certain that the path
- environment variable includes the C:\BC45\BIN directory. If you want the
- program to run on another machine, then you have to copy the OWL252.DLL into
- the program directory with your program or in the WINDOWS directory.
-
- I hope this helps.
-
- Agrivar
-